home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2004 #9
/
Amiga Plus CD - 2004 - No. 09.iso
/
amigaplus
/
tools
/
mos_pegasos
/
cksfv
/
install
< prev
next >
Wrap
Text File
|
2004-08-03
|
1KB
|
28 lines
Installation Documentation:
##############################################################################
Linux and RPMs
##############################################################################
The easiest was for Linux users is to install the RPM. You can download the
latest RPM from http://www.fodder.org/cksfv. After downloading the RPM su to
root and type:
# rpm -Uvh cksfv-*.rpm
##############################################################################
Compile your own
##############################################################################
If you want to compile your own and install it yourself all you need to do is:
1. download the latest source at http://www.fodder.org/cksfv.
2. untar and go into the new directory:
$ tar zxf cksfv-*.tar.gz; cd cksfv-*
3. make the program:
$ gmake
4. install the program as root:
# gmake install
##############################################################################
Configure the installation path
##############################################################################
The default path for installation is /usr/local/bin. If you want to change the
path for installation, edit the Makfile under the source directory.